GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-27T14:50:29.0527253+00:00",
"SubmitDate": "2026-01-27T14:50:29.0527253+00:00",
"ReportPeriodStart": "2026-01-27T14:50:29.0527253+00:00",
"ReportPeriodEnd": "2026-01-27T14:50:29.0527253+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "51f177cd-a024-4565-a76f-547a6d3eb623",
"Rows": [
{
"ItemId": "15db62f0-1b1f-47c3-ac2e-d37dbfa1ac7f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "15db62f0-1b1f-47c3-ac2e-d37dbfa1ac7f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "51f177cd-a024-4565-a76f-547a6d3eb623",
"Rows": [
{
"ItemId": "15db62f0-1b1f-47c3-ac2e-d37dbfa1ac7f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "15db62f0-1b1f-47c3-ac2e-d37dbfa1ac7f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f8752c3-55c4-4935-9a08-684e561f662f",
"17f4a616-b2e2-4c8d-a5d5-925cfb21e5d7"
],
"Approvers": [
"365eef33-03cb-4589-9869-d1ef809baf99",
"e670e52d-5c55-4523-bdec-5f01b35efb61"
],
"ApprovedBy": "f79328a1-be4e-4c66-a415-b5d3fb8456b3",
"ApprovalDate": "2026-01-27T14:50:29.0527253+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b6282d4-fdf6-4d66-81f9-b3442609744c",
"id": "e2487102-8a64-41f3-bd7a-69e9d96910ba",
"ConfigId": "093d6868-0a24-4da8-a155-a841a414dc95"
},
{
"GenerationDate": "2026-01-27T14:50:29.0527253+00:00",
"SubmitDate": "2026-01-27T14:50:29.0527253+00:00",
"ReportPeriodStart": "2026-01-27T14:50:29.0527253+00:00",
"ReportPeriodEnd": "2026-01-27T14:50:29.0527253+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "51f177cd-a024-4565-a76f-547a6d3eb623",
"Rows": [
{
"ItemId": "15db62f0-1b1f-47c3-ac2e-d37dbfa1ac7f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "15db62f0-1b1f-47c3-ac2e-d37dbfa1ac7f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "51f177cd-a024-4565-a76f-547a6d3eb623",
"Rows": [
{
"ItemId": "15db62f0-1b1f-47c3-ac2e-d37dbfa1ac7f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "15db62f0-1b1f-47c3-ac2e-d37dbfa1ac7f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f8752c3-55c4-4935-9a08-684e561f662f",
"17f4a616-b2e2-4c8d-a5d5-925cfb21e5d7"
],
"Approvers": [
"365eef33-03cb-4589-9869-d1ef809baf99",
"e670e52d-5c55-4523-bdec-5f01b35efb61"
],
"ApprovedBy": "f79328a1-be4e-4c66-a415-b5d3fb8456b3",
"ApprovalDate": "2026-01-27T14:50:29.0527253+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b6282d4-fdf6-4d66-81f9-b3442609744c",
"id": "e2487102-8a64-41f3-bd7a-69e9d96910ba",
"ConfigId": "093d6868-0a24-4da8-a155-a841a414dc95"
}
]